home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / pupworld.swf / scripts / DefineSprite_845 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  63 b   |  5 lines

  1. if(Math.random() < 0.4)
  2. {
  3.    _parent.playSound("meow1");
  4. }
  5.